Appliance Tls Profiles ProtocolVersionInfo

Appliance Tls Profiles ProtocolVersionInfo
Appliance Tls Profiles ProtocolVersionInfo

The Appliance Tls Profiles ProtocolVersionInfo schema contains the information about the TLS protocol version and its ciphers.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "version": "string",
    "ciphers": [
        "string"
    ]
}
string
version
Required

Defines the TLS protocol version.

This property was added in vSphere API 8.0.3.0.

array of string
ciphers
Required

Defines the TLS protocol ciphers in IANA form.

This property was added in vSphere API 8.0.3.0.